Support tooltips for fringe indicators
authorVladimir Kazanov <vekazanov@gmail.com>
Sun, 24 Dec 2023 11:13:10 +0000 (11:13 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 13 Apr 2024 11:14:04 +0000 (14:14 +0300)
commit5734047b812639c06c90eb3baf82ff502db59fb5
tree0dc63ab382366939d3ee0b3e9cb74f2bf542f252
parent8b210a636fe426f47bccdb111af61d6310755dde
Support tooltips for fringe indicators

* src/xdisp.c (note_fringe_highlight): New function.
(note_mouse_highlight): Call it when the mouse is on the fringes.
* src/frame.c (syms_of_frame) <left-fringe-help>
<right-fringe-help>: DEFSYM them.

* etc/NEWS:
* doc/lispref/text.texi (Special Properties):
* doc/lispref/display.texi (Other Display Specs): Document the new
properties.
* etc/TODO: Remove the todo item about this.
doc/lispref/display.texi
doc/lispref/text.texi
etc/NEWS
etc/TODO
src/frame.c
src/xdisp.c